home *** CD-ROM | disk | FTP | other *** search
- #ifndef SURFACES_H
- #define SURFACES_H
- #include "poly.h"
- #include "render.h"
-
- #define ABS(a) ((a) >= 0 ? (a) : -(a))
-
- short int lightstyleStrings[16][64];
- int lightstyleLengths[11];
-
- void GetTMap(__memBase, struct texture *Text, short int mip);
-
- #endif
-